home *** CD-ROM | disk | FTP | other *** search
- #menulib
- SubMenu FAN
- Entry FAN.APP[1]APP
- Entry FAN.COMM[2]COMM
- Entry FAN.FALC[3]FALC
- Entry FAN.FOLO[4]FOLO
- Entry FAN.GAME[5]GAME
- Entry FAN.MISC[6]MISC
- Entry FAN.SRC[7]SRC
- Entry FAN.TEXT[8]TEXT
- Entry FAN.TT[9]TT
- Entry FAN.UTIL[0]UTIL
-
- Submenu FAN.APP
- Entry [1]DEMO
- Entry [2]DESK
- Entry [3]EDIT
- Entry [4]FONTS
- Entry [5]GEMINI
- Entry [6]GRAPH
- Entry [7]MISC
- Entry [8]TEX
-
- Submenu FAN.COMM
- Entry [1]BBS
- Entry [2]FIDO
- Entry [3]GAMES
- Entry [4]HAM
- Entry [5]MISC
- Entry [6]QBBS
- Entry [7]QWK
- Entry [8]TERMINAL
- Entry [9]UUCP
- Entry [0]ZYXEL
- Entry [A]RATSOFT
-
- Submenu FAN.FALC
- Entry [1]APP
- Entry [2]DEMO
- Entry [3]GAMES
- Entry [4]UTIL
-
- Submenu FAN.FOLO
- Entry [1]MISC
-
- Submenu FAN.GAME
- Entry [1]ACTION
- Entry [2]ADVENTURES
- Entry [3]MISC
- Entry [4]STRAT
-
- Submenu FAN.MISC
- Entry [1]BBSLIST
- Entry [2]FANLIST
- Entry [3]DTP
- Entry [4]LINUX
- Entry [5]MINT
- Entry [6]MTOS
- Entry [7]MULTITASKERS
-
- Submenu FAN.SRC
- Entry [1]A
- Entry [2]BIN
- Entry [3]C
- Entry [4]MISC
-
- Submenu FAN.TEXT
- Entry [1]AEO
- Entry [2]COMM
- Entry [3]COMP
- Entry [4]CUD
- Entry [5]HARDWARE
- Entry [6]MAG
- Entry [7]STR
- Entry [8]STGUIDE
-
- Submenu FAN.TT
- Entry [1]MISC
-
- Submenu FAN.UTIL
- Entry [1]ACC
- Entry [2]DISK
- Entry [3]DESK
- Entry [4]GDOS
- Entry [5]GRAPH
- Entry [6]HDUTIL
- Entry [7]MISC
- Entry [8]MULTI
- Entry [9]PACKER
- Entry [0]PATCH
- Entry [A]PRINTER
- Entry [B]PROG
- Entry [C]SCRSAVER
- Entry [D]SOUND
- Entry [E]SYSTEM
- Entry [F]UNIX
-
- #endlib
- /* -------------------------------------------------------------------
- * FANFILES
- */
- :FB_os_atari_fanfiles
- DrawMenu FAN Gosub draw_ascii_msg
- DoMenu FAN
- SelectChoice
- Case 1 Gosub FB_fan_app Break
- Case 2 Gosub FB_fan_comm Break
- Case 3 Gosub FB_fan_falc Break
- Case 4 Gosub FB_fan_folo Break
- Case 5 Gosub FB_fan_game Break
- Case 6 Gosub FB_fan_misc Break
- Case 7 Gosub FB_fan_src Break
- Case 8 Gosub FB_fan_text Break
- Case 9 Gosub FB_fan_tt Break
- Case 0 Gosub FB_fan_util Break
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu FAN
- ClrChoice
- Endif
- Return
-
- :FB_fan_app
- DrawMenu FAN.APP Gosub draw_ascii_msg
- DoMenu FAN.APP
- SelectChoice
- Case 1 SetFilearea FAN.APP.DEMO
- Case 2 SetFilearea FAN.APP.DESK
- Case 3 SetFilearea FAN.APP.EDIT
- Case 4 SetFilearea FAN.APP.FONTS
- Case 5 SetFilearea FAN.APP.GEMINI
- Case 6 SetFilearea FAN.APP.GRAPH
- Case 7 SetFilearea FAN.APP.MISC
- Case 8 SetFilearea FAN.APP.TEX
- Common Filelisting
- Gosub draw_bbsinfo
- DrawMenu File
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu FAN.APP
- ClrChoice
- Endif
- Return
-
- :FB_fan_comm
- DrawMenu FAN.COMM Gosub draw_ascii_msg
- DoMenu FAN.COMM
- SelectChoice
- Case 1 SetFilearea FAN.COMM.BBS
- Case 2 SetFilearea FAN.COMM.FIDO
- Case 3 SetFilearea FAN.COMM.GAMES
- Case 4 SetFilearea FAN.COMM.HAM
- Case 5 SetFilearea FAN.COMM.MISC
- Case 6 SetFilearea FAN.COMM.QBBS
- Case 7 SetFilearea FAN.COMM.QWK
- Case 8 SetFilearea FAN.COMM.TERMINAL
- Case 9 SetFilearea FAN.COMM.UUCP
- Case 0 SetFilearea FAN.COMM.ZYXEL
- Case A SetFilearea FAN.COMM.RATSOFT
- Common Filelisting
- Gosub draw_bbsinfo
- DrawMenu File
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu FAN.COMM
- Endif
- Return
-
- :FB_fan_falc
- DrawMenu FAN.FALC Gosub draw_ascii_msg
- DoMenu FAN.FALC
- SelectChoice
- Case 1 SetFilearea FAN.FALC.APP
- Case 2 SetFilearea FAN.FALC.DEMO
- Case 3 SetFilearea FAN.FALC.GAMES
- Case 4 SetFilearea FAN.FALC.UTIL
- Common Filelisting
- Gosub draw_bbsinfo
- DrawMenu File
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu FAN.FALC
- ClrChoice
- Endif
- Return
-
- :FB_fan_folo
- DrawMenu FAN.FOLO Gosub draw_ascii_msg
- DoMenu FAN.FOLO
- SelectChoice
- Case 1 SetFilearea FAN.FOLO.MISC
- Common Filelisting
- Gosub draw_bbsinfo
- DrawMenu File
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu FAN.FOLO
- ClrChoice
- Endif
- Return
-
- :FB_fan_game
- DrawMenu FAN.GAME Gosub draw_ascii_msg
- DoMenu FAN.GAME
- SelectChoice
- Case 1 SetFilearea FAN.GAME.ACTION
- Case 2 SetFilearea FAN.GAME.ADVENTURES
- Case 3 SetFilearea FAN.GAME.MISC
- Case 4 SetFilearea FAN.GAME.STRAT
- Common Filelisting
- Gosub draw_bbsinfo
- DrawMenu File
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu FAN.GAME
- ClrChoice
- Endif
- Return
-
- :FB_fan_misc
- DrawMenu FAN.MISC Gosub draw_ascii_msg
- DoMenu FAN.MISC
- SelectChoice
- Case 1 SetFilearea FAN.MISC.BBSLIST
- Case 2 SetFilearea FAN.MISC.FANLIST
- Case 3 SetFilearea FAN.MISC.DTP
- Case 4 SetFilearea FAN.MISC.LINUX
- Case 5 SetFilearea FAN.MISC.MINT
- Case 6 SetFilearea FAN.MISC.MTOS
- Case 7 SetFilearea FAN.MISC.MULTITASKERS
- Common Filelisting
- Gosub draw_bbsinfo
- DrawMenu File
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu FAN.MISC
- ClrChoice
- Endif
- Return
-
- :FB_fan_src
- DrawMenu FAN.SRC Gosub draw_ascii_msg
- DoMenu FAN.SRC
- SelectChoice
- Case 1 SetFilearea FAN.SRC.A
- Case 2 SetFilearea FAN.SRC.BIN
- Case 3 SetFilearea FAN.SRC.C
- Case 4 SetFilearea FAN.SRC.MISC
- Common Filelisting
- Gosub draw_bbsinfo
- DrawMenu File
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu FAN.SRC
- ClrChoice
- Endif
- Return
-
- :FB_fan_text
- DrawMenu FAN.TEXT Gosub draw_ascii_msg
- DoMenu FAN.TEXT
- SelectChoice
- Case 1 SetFilearea FAN.TEXT.AEO
- Case 2 SetFilearea FAN.TEXT.COMM
- Case 3 SetFilearea FAN.TEXT.COMP
- Case 4 SetFilearea FAN.TEXT.CUD
- Case 5 SetFilearea FAN.TEXT.HARDWARE
- Case 6 SetFilearea FAN.TEXT.MAG
- Case 7 SetFilearea FAN.TEXT.STR
- Case 8 SetFilearea FAN.TEXT.STGUIDE
- Common Filelisting
- Gosub draw_bbsinfo
- DrawMenu File
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu FAN.TEXT
- ClrChoice
- Endif
- Return
-
- :FB_fan_tt
- DrawMenu FAN.TT Gosub draw_ascii_msg
- DoMenu FAN.TT
- SelectChoice
- Case 1 SetFilearea FAN.TT.MISC
- Common Filelisting
- Gosub draw_bbsinfo
- DrawMenu File
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu FAN.TT
- ClrChoice
- Endif
- Return
-
- :FB_fan_util
- DrawMenu FAN.UTIL Gosub draw_ascii_msg
- DoMenu FAN.UTIL
- SelectChoice
- Case 1 SetFilearea FAN.UTIL.ACC
- Case 2 SetFilearea FAN.UTIL.DISK
- Case 3 SetFilearea FAN.UTIL.DESK
- Case 4 SetFilearea FAN.UTIL.GDOS
- Case 5 SetFilearea FAN.UTIL.GRAPH
- Case 6 SetFilearea FAN.UTIL.HDUTIL
- Case 7 SetFilearea FAN.UTIL.MISC
- Case 8 SetFilearea FAN.UTIL.MULTI
- Case 9 SetFilearea FAN.UTIL.PACKER
- Case 0 SetFilearea FAN.UTIL.PATCH
- Case A SetFilearea FAN.UTIL.PRINTER
- Case B SetFilearea FAN.UTIL.PROG
- Case C SetFilearea FAN.UTIL.SCRSAVER
- Case D SetFilearea FAN.UTIL.SOUND
- Case E SetFilearea FAN.UTIL.SYSTEM
- Case F SetFilearea FAN.UTIL.UNIX
- Common Filelisting
- Gosub draw_bbsinfo
- DrawMenu File
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu FAN.UTIL
- ClrChoice
- Endif
- Return
-